home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / sharp / wwwSharp_setup.exe / {app} / Help / CssHelpTopics.xml next >
Extensible Markup Language  |  2003-08-30  |  34KB  |  1,379 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CssHelpTopics
  3.     Caption="CSS"
  4.     CommandPrefix="www-sharp://www-Sharp.Help.CSS/"
  5.     Command="cover.html"
  6. >
  7.     <Item
  8.         Caption="About the CSS2 Specification"
  9.         Command="about.html"
  10.     >
  11.         <Item
  12.             Caption="Reading the specification"
  13.             Command="about.html#q1"
  14.         />
  15.         <Item
  16.             Caption="How the specification is organized"
  17.             Command="about.html#q2"
  18.         />
  19.         <Item
  20.             Caption="Conventions"
  21.             Command="about.html#q3"
  22.         >
  23.             <Item
  24.                 Caption="Document language elements and attributes"
  25.                 Command="about.html#q4"
  26.             />
  27.             <Item
  28.                 Caption="CSS property definitions"
  29.                 Command="about.html#property-defs"
  30.             >
  31.                 <Item
  32.                     Caption="Value"
  33.                     Command="about.html#q6"
  34.                 />
  35.                 <Item
  36.                     Caption="Initial"
  37.                     Command="about.html#q7"
  38.                 />
  39.                 <Item
  40.                     Caption="Applies to"
  41.                     Command="about.html#q8"
  42.                 />
  43.                 <Item
  44.                     Caption="Inherited"
  45.                     Command="about.html#q9"
  46.                 />
  47.                 <Item
  48.                     Caption="Percentage values"
  49.                     Command="about.html#q10"
  50.                 />
  51.                 <Item
  52.                     Caption="Media groups"
  53.                     Command="about.html#q11"
  54.                 />
  55.             </Item>
  56.             <Item
  57.                 Caption="Shorthand properties"
  58.                 Command="about.html#shorthand"
  59.             />
  60.             <Item
  61.                 Caption="Notes and examples"
  62.                 Command="about.html#q13"
  63.             />
  64.             <Item
  65.                 Caption="Images and long descriptions"
  66.                 Command="about.html#q14"
  67.             />
  68.         </Item>
  69.         <Item
  70.             Caption="Acknowledgments"
  71.             Command="about.html#q15"
  72.         />
  73.         <Item
  74.             Caption="Copyright Notice"
  75.             Command="about.html#copyright"
  76.         />
  77.     </Item>
  78.     <Item
  79.         Caption="Introduction to CSS2"
  80.         Command="intro.html"
  81.     >
  82.         <Item
  83.             Caption="A brief CSS2 tutorial for HTML"
  84.             Command="intro.html#q1"
  85.         />
  86.         <Item
  87.             Caption="A brief CSS2 tutorial for XML"
  88.             Command="intro.html#q2"
  89.         />
  90.         <Item
  91.             Caption="The CSS2 processing model"
  92.             Command="intro.html#processing-model"
  93.         >
  94.             <Item
  95.                 Caption="The canvas"
  96.                 Command="intro.html#q4"
  97.             />
  98.             <Item
  99.                 Caption="CSS2 addressing model"
  100.                 Command="intro.html#q5"
  101.             />
  102.         </Item>
  103.         <Item
  104.             Caption="CSS design principles"
  105.             Command="intro.html#q6"
  106.         />
  107.     </Item>
  108.     <Item
  109.         Caption="Conformance: Requirements and Recommendations"
  110.         Command="conform.html"
  111.     >
  112.         <Item
  113.             Caption="Definitions"
  114.             Command="conform.html#q1"
  115.         />
  116.         <Item
  117.             Caption="Conformance"
  118.             Command="conform.html#conformance"
  119.         />
  120.         <Item
  121.             Caption="Error conditions"
  122.             Command="conform.html#q3"
  123.         />
  124.         <Item
  125.             Caption="The text/css content type"
  126.             Command="conform.html#text-css"
  127.         />
  128.     </Item>
  129.     <Item
  130.         Caption="CSS2 syntax and basic data types"
  131.         Command="syndata.html"
  132.     >
  133.         <Item
  134.             Caption="Syntax"
  135.             Command="syndata.html#syntax"
  136.         >
  137.             <Item
  138.                 Caption="Tokenization"
  139.                 Command="syndata.html#tokenization"
  140.             />
  141.             <Item
  142.                 Caption="Keywords"
  143.                 Command="syndata.html#keywords"
  144.             />
  145.             <Item
  146.                 Caption="Characters and case"
  147.                 Command="syndata.html#q4"
  148.             />
  149.             <Item
  150.                 Caption="Statements"
  151.                 Command="syndata.html#q5"
  152.             />
  153.             <Item
  154.                 Caption="At-rules"
  155.                 Command="syndata.html#at-rules"
  156.             />
  157.             <Item
  158.                 Caption="Blocks"
  159.                 Command="syndata.html#block"
  160.             />
  161.             <Item
  162.                 Caption="Rule sets, declaration blocks, and selectors"
  163.                 Command="syndata.html#q8"
  164.             />
  165.             <Item
  166.                 Caption="Declarations and properties"
  167.                 Command="syndata.html#declaration"
  168.             />
  169.             <Item
  170.                 Caption="Comments"
  171.                 Command="syndata.html#comments"
  172.             />
  173.         </Item>
  174.         <Item
  175.             Caption="Rules for handling parsing errors"
  176.             Command="syndata.html#parsing-errors"
  177.         />
  178.         <Item
  179.             Caption="Values"
  180.             Command="syndata.html#values"
  181.         >
  182.             <Item
  183.                 Caption="Integers and real numbers"
  184.                 Command="syndata.html#q13"
  185.             />
  186.             <Item
  187.                 Caption="Lengths"
  188.                 Command="syndata.html#length-units"
  189.             />
  190.             <Item
  191.                 Caption="Percentages"
  192.                 Command="syndata.html#percentage-units"
  193.             />
  194.             <Item
  195.                 Caption="URL + URN = URI"
  196.                 Command="syndata.html#uri"
  197.             />
  198.             <Item
  199.                 Caption="Counters"
  200.                 Command="syndata.html#counter"
  201.             />
  202.             <Item
  203.                 Caption="Colors"
  204.                 Command="syndata.html#color-units"
  205.             />
  206.             <Item
  207.                 Caption="Angles"
  208.                 Command="syndata.html#q19"
  209.             />
  210.             <Item
  211.                 Caption="Times"
  212.                 Command="syndata.html#q20"
  213.             />
  214.             <Item
  215.                 Caption="Frequencies"
  216.                 Command="syndata.html#q21"
  217.             />
  218.             <Item
  219.                 Caption="Strings"
  220.                 Command="syndata.html#strings"
  221.             />
  222.         </Item>
  223.         <Item
  224.             Caption="CSS document representation"
  225.             Command="syndata.html#q23"
  226.         >
  227.             <Item
  228.                 Caption="Referring to characters not represented in a character encoding"
  229.                 Command="syndata.html#q24"
  230.             />
  231.         </Item>
  232.     </Item>
  233.     <Item
  234.         Caption="Selectors"
  235.         Command="selector.html"
  236.     >
  237.         <Item
  238.             Caption="Pattern matching"
  239.             Command="selector.html#q1"
  240.         />
  241.         <Item
  242.             Caption="Selector syntax"
  243.             Command="selector.html#q2"
  244.         >
  245.             <Item
  246.                 Caption="Grouping"
  247.                 Command="selector.html#grouping"
  248.             />
  249.         </Item>
  250.         <Item
  251.             Caption="Universal selector"
  252.             Command="selector.html#universal-selector"
  253.         />
  254.         <Item
  255.             Caption="Type selectors"
  256.             Command="selector.html#type-selectors"
  257.         />
  258.         <Item
  259.             Caption="Descendant selectors"
  260.             Command="selector.html#descendant-selectors"
  261.         />
  262.         <Item
  263.             Caption="Child selectors"
  264.             Command="selector.html#child-selectors"
  265.         />
  266.         <Item
  267.             Caption="Adjacent sibling selectors"
  268.             Command="selector.html#adjacent-selectors"
  269.         />
  270.         <Item
  271.             Caption="Attribute selectors"
  272.             Command="selector.html#attribute-selectors"
  273.         >
  274.             <Item
  275.                 Caption="Matching attributes and attribute values"
  276.                 Command="selector.html#q10"
  277.             />
  278.             <Item
  279.                 Caption="Default attribute values in DTDs"
  280.                 Command="selector.html#q11"
  281.             />
  282.             <Item
  283.                 Caption="Class selectors"
  284.                 Command="selector.html#class-html"
  285.             />
  286.         </Item>
  287.         <Item
  288.             Caption="ID selectors"
  289.             Command="selector.html#id-selectors"
  290.         />
  291.         <Item
  292.             Caption="Pseudo-elements and pseudo-classes"
  293.             Command="selector.html#pseudo-elements"
  294.         />
  295.         <Item
  296.             Caption="Pseudo-classes"
  297.             Command="selector.html#q15"
  298.         >
  299.             <Item
  300.                 Caption=":first-child pseudo-class"
  301.                 Command="selector.html#first-child"
  302.             />
  303.             <Item
  304.                 Caption="The link pseudo-classes: :link and :visited"
  305.                 Command="selector.html#link-pseudo-classes"
  306.             />
  307.             <Item
  308.                 Caption="The dynamic pseudo-classes: :hover, :active, and :focus"
  309.                 Command="selector.html#dynamic-pseudo-classes"
  310.             />
  311.             <Item
  312.                 Caption="The language pseudo-class: :lang"
  313.                 Command="selector.html#lang"
  314.             />
  315.         </Item>
  316.         <Item
  317.             Caption="Pseudo-elements"
  318.             Command="selector.html#q20"
  319.         >
  320.             <Item
  321.                 Caption="The :first-line pseudo-element"
  322.                 Command="selector.html#first-line-pseudo"
  323.             />
  324.             <Item
  325.                 Caption="The :first-letter pseudo-element"
  326.                 Command="selector.html#first-letter"
  327.             />
  328.             <Item
  329.                 Caption="The :before and :after pseudo-elements"
  330.                 Command="selector.html#before-and-after"
  331.             />
  332.         </Item>
  333.     </Item>
  334.     <Item
  335.         Caption="Assigning property values, Cascading, and Inheritance"
  336.         Command="cascade.html"
  337.     >
  338.         <Item
  339.             Caption="Specified, computed, and actual values"
  340.             Command="cascade.html#q1"
  341.         >
  342.             <Item
  343.                 Caption="Specified values"
  344.                 Command="cascade.html#specified-value"
  345.             />
  346.             <Item
  347.                 Caption="Computed values"
  348.                 Command="cascade.html#computed-value"
  349.             />
  350.             <Item
  351.                 Caption="Actual values"
  352.                 Command="cascade.html#actual-value"
  353.             />
  354.         </Item>
  355.         <Item
  356.             Caption="Inheritance"
  357.             Command="cascade.html#inheritance"
  358.         >
  359.             <Item
  360.                 Caption="The 'inherit' value"
  361.                 Command="cascade.html#value-def-inherit"
  362.             />
  363.         </Item>
  364.         <Item
  365.             Caption="The @import rule"
  366.             Command="cascade.html#at-import"
  367.         />
  368.         <Item
  369.             Caption="The cascade"
  370.             Command="cascade.html#cascade"
  371.         >
  372.             <Item
  373.                 Caption="Cascading order"
  374.                 Command="cascade.html#cascading-order"
  375.             />
  376.             <Item
  377.                 Caption="!important rules"
  378.                 Command="cascade.html#important-rules"
  379.             />
  380.             <Item
  381.                 Caption="Calculating a selector's specificity"
  382.                 Command="cascade.html#specificity"
  383.             />
  384.             <Item
  385.                 Caption="Precedence of non-CSS presentational hints"
  386.                 Command="cascade.html#q12"
  387.             />
  388.         </Item>
  389.     </Item>
  390.     <Item
  391.         Caption="Media types"
  392.         Command="media.html"
  393.     >
  394.         <Item
  395.             Caption="Introduction to media types"
  396.             Command="media.html#q1"
  397.         />
  398.         <Item
  399.             Caption="Specifying media-dependent style sheets"
  400.             Command="media.html#q2"
  401.         >
  402.             <Item
  403.                 Caption="The @media rule"
  404.                 Command="media.html#at-media-rule"
  405.             />
  406.         </Item>
  407.         <Item
  408.             Caption="Recognized media types"
  409.             Command="media.html#media-types"
  410.         >
  411.             <Item
  412.                 Caption="Media groups"
  413.                 Command="media.html#media-groups"
  414.             />
  415.         </Item>
  416.     </Item>
  417.     <Item
  418.         Caption="Box model"
  419.         Command="box.html"
  420.     >
  421.         <Item
  422.             Caption="Box dimensions"
  423.             Command="box.html#box-dimensions"
  424.         />
  425.         <Item
  426.             Caption="Example of margins, padding, and borders"
  427.             Command="box.html#mpb-examples"
  428.         />
  429.         <Item
  430.             Caption="Margin properties: 'margin-top', 'margin-right', 'margin-bottom', 'margin-left' and 'margin'"
  431.             Command="box.html#margin-properties"
  432.         >
  433.             <Item
  434.                 Caption="Collapsing margins"
  435.                 Command="box.html#collapsing-margins"
  436.             />
  437.         </Item>
  438.         <Item
  439.             Caption="Padding properties: 'padding-top', 'padding-right', 'padding-bottom', 'padding-left', and 'padding'"
  440.             Command="box.html#padding-properties"
  441.         />
  442.         <Item
  443.             Caption="Border properties"
  444.             Command="box.html#border-properties"
  445.         >
  446.             <Item
  447.                 Caption="Border width: 'border-top-width', 'border-right-width', 'border-bottom-width', 'border-left-width', and 'border-width'"
  448.                 Command="box.html#border-width-properties"
  449.             />
  450.             <Item
  451.                 Caption="Border color: 'border-top-color', 'border-right-color', 'border-bottom-color', 'border-left-color' and 'border-color'"
  452.                 Command="box.html#border-color-properties"
  453.             />
  454.             <Item
  455.                 Caption="Border style: 'border-top-style', 'border-right-style', 'border-bottom-style', 'border-left-style' and 'border-style'"
  456.                 Command="box.html#border-style-properties"
  457.             />
  458.             <Item
  459.                 Caption="Border shorthand properties: 'border-top', 'border-bottom', 'border-right', 'border-left' and 'border'"
  460.                 Command="box.html#border-shorthand-properties"
  461.             />
  462.         </Item>
  463.     </Item>
  464.     <Item
  465.         Caption="Visual formatting model"
  466.         Command="visuren.html"
  467.     >
  468.         <Item
  469.             Caption="Introduction to the visual formatting model"
  470.             Command="visuren.html#q1"
  471.         >
  472.             <Item
  473.                 Caption="The viewport"
  474.                 Command="visuren.html#q2"
  475.             />
  476.             <Item
  477.                 Caption="Containing blocks"
  478.                 Command="visuren.html#containing-block"
  479.             />
  480.         </Item>
  481.         <Item
  482.             Caption="Controlling box generation"
  483.             Command="visuren.html#box-gen"
  484.         >
  485.             <Item
  486.                 Caption="Block-level elements and block boxes"
  487.                 Command="visuren.html#q5"
  488.             >
  489.                 <Item
  490.                     Caption="Anonymous block boxes"
  491.                     Command="visuren.html#anonymous-block-level"
  492.                 />
  493.             </Item>
  494.             <Item
  495.                 Caption="Inline-level elements and inline boxes"
  496.                 Command="visuren.html#q7"
  497.             >
  498.                 <Item
  499.                     Caption="Anonymous inline boxes"
  500.                     Command="visuren.html#anonymous"
  501.                 />
  502.             </Item>
  503.             <Item
  504.                 Caption="Compact boxes"
  505.                 Command="visuren.html#compact"
  506.             />
  507.             <Item
  508.                 Caption="Run-in boxes"
  509.                 Command="visuren.html#run-in"
  510.             />
  511.             <Item
  512.                 Caption="The 'display' property"
  513.                 Command="visuren.html#display-prop"
  514.             />
  515.         </Item>
  516.         <Item
  517.             Caption="Positioning schemes"
  518.             Command="visuren.html#positioning-scheme"
  519.         >
  520.             <Item
  521.                 Caption="Choosing a positioning scheme: 'position' property"
  522.                 Command="visuren.html#choose-position"
  523.             />
  524.             <Item
  525.                 Caption="Box offsets: 'top', 'right', 'bottom', 'left'"
  526.                 Command="visuren.html#position-props"
  527.             />
  528.         </Item>
  529.         <Item
  530.             Caption="Normal flow"
  531.             Command="visuren.html#normal-flow"
  532.         >
  533.             <Item
  534.                 Caption="Block formatting context"
  535.                 Command="visuren.html#block-formatting"
  536.             />
  537.             <Item
  538.                 Caption="Inline formatting context"
  539.                 Command="visuren.html#inline-formatting"
  540.             />
  541.             <Item
  542.                 Caption="Relative positioning"
  543.                 Command="visuren.html#relative-positioning"
  544.             />
  545.         </Item>
  546.         <Item
  547.             Caption="Floats"
  548.             Command="visuren.html#floats"
  549.         >
  550.             <Item
  551.                 Caption="Positioning the float: the 'float' property"
  552.                 Command="visuren.html#float-position"
  553.             />
  554.             <Item
  555.                 Caption="Controlling flow next to floats: the 'clear' property"
  556.                 Command="visuren.html#flow-control"
  557.             />
  558.         </Item>
  559.         <Item
  560.             Caption="Absolute positioning"
  561.             Command="visuren.html#absolute-positioning"
  562.         >
  563.             <Item
  564.                 Caption="Fixed positioning"
  565.                 Command="visuren.html#fixed-positioning"
  566.             />
  567.         </Item>
  568.         <Item
  569.             Caption="Relationships between 'display', 'position' and 'float'"
  570.             Command="visuren.html#q24"
  571.         />
  572.         <Item
  573.             Caption="Comparison of normal flow, floats,   and absolute positioning"
  574.             Command="visuren.html#comparison"
  575.         >
  576.             <Item
  577.                 Caption="Normal flow"
  578.                 Command="visuren.html#q26"
  579.             />
  580.             <Item
  581.                 Caption="Relative positioning"
  582.                 Command="visuren.html#q27"
  583.             />
  584.             <Item
  585.                 Caption="Floating a box"
  586.                 Command="visuren.html#q28"
  587.             />
  588.             <Item
  589.                 Caption="Absolute positioning"
  590.                 Command="visuren.html#q29"
  591.             />
  592.         </Item>
  593.         <Item
  594.             Caption="Layered presentation"
  595.             Command="visuren.html#q30"
  596.         >
  597.             <Item
  598.                 Caption="Specifying the stack level: the 'z-index' property"
  599.                 Command="visuren.html#z-index"
  600.             />
  601.         </Item>
  602.         <Item
  603.             Caption="Text direction: the 'direction' and 'unicode-bidi' properties"
  604.             Command="visuren.html#direction"
  605.         />
  606.     </Item>
  607.     <Item
  608.         Caption="Visual formatting model details"
  609.         Command="visudet.html"
  610.     >
  611.         <Item
  612.             Caption="Definition of "containing block""
  613.             Command="visudet.html#containing-block-details"
  614.         />
  615.         <Item
  616.             Caption="Content width: the 'width' property"
  617.             Command="visudet.html#the-width-property"
  618.         />
  619.         <Item
  620.             Caption="Computing widths and margins"
  621.             Command="visudet.html#Computing_widths_and_margins"
  622.         >
  623.             <Item
  624.                 Caption="Inline, non-replaced elements"
  625.                 Command="visudet.html#q4"
  626.             />
  627.             <Item
  628.                 Caption="Inline, replaced elements"
  629.                 Command="visudet.html#q5"
  630.             />
  631.             <Item
  632.                 Caption="Block-level, non-replaced elements in normal flow"
  633.                 Command="visudet.html#q6"
  634.             />
  635.             <Item
  636.                 Caption="Block-level, replaced elements in normal flow"
  637.                 Command="visudet.html#q7"
  638.             />
  639.             <Item
  640.                 Caption="Floating, non-replaced elements"
  641.                 Command="visudet.html#q8"
  642.             />
  643.             <Item
  644.                 Caption="Floating, replaced elements"
  645.                 Command="visudet.html#q9"
  646.             />
  647.             <Item
  648.                 Caption="Absolutely positioned, non-replaced elements"
  649.                 Command="visudet.html#abs-non-replaced-width"
  650.             />
  651.             <Item
  652.                 Caption="Absolutely positioned, replaced elements"
  653.                 Command="visudet.html#q11"
  654.             />
  655.         </Item>
  656.         <Item
  657.             Caption="Minimum and maximum widths: 'min-width' and 'max-width'"
  658.             Command="visudet.html#min-max-widths"
  659.         />
  660.         <Item
  661.             Caption="Content height: the 'height' property"
  662.             Command="visudet.html#the-height-property"
  663.         />
  664.         <Item
  665.             Caption="Computing heights and margins"
  666.             Command="visudet.html#Computing_heights_and_margins"
  667.         >
  668.             <Item
  669.                 Caption="Inline, non-replaced elements"
  670.                 Command="visudet.html#q15"
  671.             />
  672.             <Item
  673.                 Caption="Inline, replaced elements block-level, replaced elements in normal flow, and floating, replaced elements"
  674.                 Command="visudet.html#q16"
  675.             />
  676.             <Item
  677.                 Caption="Block-level, non-replaced elements in normal flow, and floating, non-replaced elements"
  678.                 Command="visudet.html#q17"
  679.             />
  680.             <Item
  681.                 Caption="Absolutely positioned, non-replaced elements"
  682.                 Command="visudet.html#abs-non-replaced-height"
  683.             />
  684.             <Item
  685.                 Caption="Absolutely positioned, replaced elements"
  686.                 Command="visudet.html#q19"
  687.             />
  688.         </Item>
  689.         <Item
  690.             Caption="Minimum and maximum heights: 'min-height' and 'max-height'"
  691.             Command="visudet.html#min-max-heights"
  692.         />
  693.         <Item
  694.             Caption="Line height calculations: the 'line-height' and 'vertical-align' properties"
  695.             Command="visudet.html#line-height"
  696.         >
  697.             <Item
  698.                 Caption="Leading and half-leading"
  699.                 Command="visudet.html#q22"
  700.             />
  701.         </Item>
  702.     </Item>
  703.     <Item
  704.         Caption="Visual effects"
  705.         Command="visufx.html"
  706.     >
  707.         <Item
  708.             Caption="Overflow and clipping"
  709.             Command="visufx.html#overflow-clipping"
  710.         >
  711.             <Item
  712.                 Caption="Overflow: the 'overflow' property"
  713.                 Command="visufx.html#overflow"
  714.             />
  715.             <Item
  716.                 Caption="Clipping: the 'clip' property"
  717.                 Command="visufx.html#clipping"
  718.             />
  719.         </Item>
  720.         <Item
  721.             Caption="Visibility: the 'visibility' property"
  722.             Command="visufx.html#visibility"
  723.         />
  724.     </Item>
  725.     <Item
  726.         Caption="Generated content, automatic numbering, and lists"
  727.         Command="generate.html"
  728.     >
  729.         <Item
  730.             Caption="The :before and :after pseudo-elements"
  731.             Command="generate.html#before-after-content"
  732.         />
  733.         <Item
  734.             Caption="The 'content' property"
  735.             Command="generate.html#content"
  736.         />
  737.         <Item
  738.             Caption="Interaction of :before and :after with 'compact' and 'run-in' elements"
  739.             Command="generate.html#compact-run-in-gen"
  740.         />
  741.         <Item
  742.             Caption="Quotation marks"
  743.             Command="generate.html#quotes"
  744.         >
  745.             <Item
  746.                 Caption="Specifying quotes with the 'quotes' property"
  747.                 Command="generate.html#quotes-specify"
  748.             />
  749.             <Item
  750.                 Caption="Inserting quotes with the 'content' property"
  751.                 Command="generate.html#quotes-insert"
  752.             />
  753.         </Item>
  754.         <Item
  755.             Caption="Automatic counters and numbering"
  756.             Command="generate.html#counters"
  757.         >
  758.             <Item
  759.                 Caption="Nested counters and scope"
  760.                 Command="generate.html#scope"
  761.             />
  762.             <Item
  763.                 Caption="Counter styles"
  764.                 Command="generate.html#counter-styles"
  765.             />
  766.             <Item
  767.                 Caption="Counters in elements with 'display: none'"
  768.                 Command="generate.html#q10"
  769.             />
  770.         </Item>
  771.         <Item
  772.             Caption="Markers and lists"
  773.             Command="generate.html#q11"
  774.         >
  775.             <Item
  776.                 Caption="Markers: the 'marker-offset' property"
  777.                 Command="generate.html#markers"
  778.             />
  779.             <Item
  780.                 Caption="Lists: the 'list-style-type', 'list-style-image', 'list-style-position' and 'list-style' properties"
  781.                 Command="generate.html#lists"
  782.             />
  783.         </Item>
  784.     </Item>
  785.     <Item
  786.         Caption="Paged media"
  787.         Command="page.html"
  788.     >
  789.         <Item
  790.             Caption="Introduction to paged media"
  791.             Command="page.html#q1"
  792.         />
  793.         <Item
  794.             Caption="Page boxes: the @page rule"
  795.             Command="page.html#page-box"
  796.         >
  797.             <Item
  798.                 Caption="Page margins"
  799.                 Command="page.html#page-margins"
  800.             />
  801.             <Item
  802.                 Caption="Page size: the 'size' property"
  803.                 Command="page.html#page-size-prop"
  804.             >
  805.                 <Item
  806.                     Caption="Rendering page boxes that do not fit a target sheet"
  807.                     Command="page.html#q5"
  808.                 />
  809.                 <Item
  810.                     Caption="Positioning the page box on the sheet"
  811.                     Command="page.html#q6"
  812.                 />
  813.             </Item>
  814.             <Item
  815.                 Caption="Crop marks: the 'marks' property"
  816.                 Command="page.html#crop-mark-prop"
  817.             />
  818.             <Item
  819.                 Caption="Left, right, and first pages"
  820.                 Command="page.html#q8"
  821.             />
  822.             <Item
  823.                 Caption="Content outside the page box"
  824.                 Command="page.html#q9"
  825.             />
  826.         </Item>
  827.         <Item
  828.             Caption="Page breaks"
  829.             Command="page.html#page-breaks"
  830.         >
  831.             <Item
  832.                 Caption="Break before/after elements: 'page-break-before', 'page-break-after', 'page-break-inside'"
  833.                 Command="page.html#page-break-props"
  834.             />
  835.             <Item
  836.                 Caption="Using named pages: 'page'"
  837.                 Command="page.html#named-pages"
  838.             />
  839.             <Item
  840.                 Caption="Breaks inside elements: 'orphans', 'widows'"
  841.                 Command="page.html#break-inside"
  842.             />
  843.             <Item
  844.                 Caption="Allowed page breaks"
  845.                 Command="page.html#allowed-page-breaks"
  846.             />
  847.             <Item
  848.                 Caption="Forced page breaks"
  849.                 Command="page.html#forced"
  850.             />
  851.             <Item
  852.                 Caption=""Best" page breaks"
  853.                 Command="page.html#q16"
  854.             />
  855.         </Item>
  856.         <Item
  857.             Caption="Cascading in the page context"
  858.             Command="page.html#q17"
  859.         />
  860.     </Item>
  861.     <Item
  862.         Caption="Colors and Backgrounds"
  863.         Command="colors.html"
  864.     >
  865.         <Item
  866.             Caption="Foreground color: the 'color' property"
  867.             Command="colors.html#colors"
  868.         />
  869.         <Item
  870.             Caption="The background"
  871.             Command="colors.html#q2"
  872.         >
  873.             <Item
  874.                 Caption="Background properties: 'background-color', 'background-image', 'background-repeat', 'background-attachment', 'background-position' and 'background'"
  875.                 Command="colors.html#background-properties"
  876.             />
  877.         </Item>
  878.         <Item
  879.             Caption="Gamma correction"
  880.             Command="colors.html#gamma-correction"
  881.         />
  882.     </Item>
  883.     <Item
  884.         Caption="Fonts"
  885.         Command="fonts.html"
  886.     >
  887.         <Item
  888.             Caption="Introduction"
  889.             Command="fonts.html#q1"
  890.         />
  891.         <Item
  892.             Caption="Font specification"
  893.             Command="fonts.html#font-specification"
  894.         >
  895.             <Item
  896.                 Caption="Font specification properties"
  897.                 Command="fonts.html#font-properties"
  898.             />
  899.             <Item
  900.                 Caption="Font family: the 'font-family' property"
  901.                 Command="fonts.html#font-family-prop"
  902.             />
  903.             <Item
  904.                 Caption="Font styling: the 'font-style', 'font-variant', 'font-weight' and 'font-stretch' properties"
  905.                 Command="fonts.html#font-styling"
  906.             />
  907.             <Item
  908.                 Caption="Font size: the 'font-size' and 'font-size-adjust' properties"
  909.                 Command="fonts.html#font-size-props"
  910.             />
  911.             <Item
  912.                 Caption="Shorthand font property: the 'font' property"
  913.                 Command="fonts.html#font-shorthand"
  914.             />
  915.             <Item
  916.                 Caption="Generic font families"
  917.                 Command="fonts.html#generic-font-families"
  918.             >
  919.                 <Item
  920.                     Caption="serif"
  921.                     Command="fonts.html#serif-def"
  922.                 />
  923.                 <Item
  924.                     Caption="sans-serif"
  925.                     Command="fonts.html#sans-serif-def"
  926.                 />
  927.                 <Item
  928.                     Caption="cursive"
  929.                     Command="fonts.html#cursive-def"
  930.                 />
  931.                 <Item
  932.                     Caption="fantasy"
  933.                     Command="fonts.html#fantasy-def"
  934.                 />
  935.                 <Item
  936.                     Caption="monospace"
  937.                     Command="fonts.html#monospace-def"
  938.                 />
  939.             </Item>
  940.         </Item>
  941.         <Item
  942.             Caption="Font selection"
  943.             Command="fonts.html#font-selection"
  944.         >
  945.             <Item
  946.                 Caption="Font Descriptions and @font-face"
  947.                 Command="fonts.html#font-descriptions"
  948.             />
  949.             <Item
  950.                 Caption="Descriptors for Selecting a Font: 'font-family', 'font-style', 'font-variant', 'font-weight', 'font-stretch' and 'font-size'"
  951.                 Command="fonts.html#select"
  952.             />
  953.             <Item
  954.                 Caption="Descriptors for Font Data Qualification: 'unicode-range'"
  955.                 Command="fonts.html#dataqual"
  956.             />
  957.             <Item
  958.                 Caption="Descriptor for Numeric Values: 'units-per-em'"
  959.                 Command="fonts.html#unitsperem"
  960.             />
  961.             <Item
  962.                 Caption="Descriptor for Referencing: 'src'"
  963.                 Command="fonts.html#referencing"
  964.             />
  965.             <Item
  966.                 Caption="Descriptors for Matching: 'panose-1', 'stemv', 'stemh', 'slope', 'cap-height', 'x-height', 'ascent' and 'descent'"
  967.                 Command="fonts.html#matching"
  968.             />
  969.             <Item
  970.                 Caption="Descriptors for Synthesis: 'widths', 'bbox' and 'definition-src'"
  971.                 Command="fonts.html#synthesizing"
  972.             />
  973.             <Item
  974.                 Caption="Descriptors for Alignment: 'baseline', 'centerline', 'mathline' and 'topline'"
  975.                 Command="fonts.html#alignment"
  976.             />
  977.             <Item
  978.                 Caption="Examples"
  979.                 Command="fonts.html#q23"
  980.             />
  981.         </Item>
  982.         <Item
  983.             Caption="Font Characteristics"
  984.             Command="fonts.html#font-descriptors"
  985.         >
  986.             <Item
  987.                 Caption="Introducing Font Characteristics"
  988.                 Command="fonts.html#universal"
  989.             />
  990.             <Item
  991.                 Caption="Full font name"
  992.                 Command="fonts.html#aname"
  993.             />
  994.             <Item
  995.                 Caption="Coordinate units on the em square"
  996.                 Command="fonts.html#emsq"
  997.             />
  998.             <Item
  999.                 Caption="Central Baseline"
  1000.                 Command="fonts.html#cline"
  1001.             />
  1002.             <Item
  1003.                 Caption="Font Encoding"
  1004.                 Command="fonts.html#encoding"
  1005.             />
  1006.             <Item
  1007.                 Caption="Font family name"
  1008.                 Command="fonts.html#family"
  1009.             />
  1010.             <Item
  1011.                 Caption="Glyph widths"
  1012.                 Command="fonts.html#lrwidth"
  1013.             />
  1014.             <Item
  1015.                 Caption="Horizontal stem width"
  1016.                 Command="fonts.html#stemh"
  1017.             />
  1018.             <Item
  1019.                 Caption="Height of uppercase glyphs"
  1020.                 Command="fonts.html#cap"
  1021.             />
  1022.             <Item
  1023.                 Caption="Height of lowercase glyphs"
  1024.                 Command="fonts.html#xht"
  1025.             />
  1026.             <Item
  1027.                 Caption="Lower Baseline"
  1028.                 Command="fonts.html#bline"
  1029.             />
  1030.             <Item
  1031.                 Caption="Mathematical Baseline"
  1032.                 Command="fonts.html#mline"
  1033.             />
  1034.             <Item
  1035.                 Caption="Maximal bounding box"
  1036.                 Command="fonts.html#bbox"
  1037.             />
  1038.             <Item
  1039.                 Caption="Maximum unaccented height"
  1040.                 Command="fonts.html#ascent"
  1041.             />
  1042.             <Item
  1043.                 Caption="Maximum unaccented depth"
  1044.                 Command="fonts.html#descent"
  1045.             />
  1046.             <Item
  1047.                 Caption="Panose-1 number"
  1048.                 Command="fonts.html#pan1"
  1049.             />
  1050.             <Item
  1051.                 Caption="Range of ISO 10646 characters"
  1052.                 Command="fonts.html#ucode"
  1053.             />
  1054.             <Item
  1055.                 Caption="Top Baseline"
  1056.                 Command="fonts.html#tline"
  1057.             />
  1058.             <Item
  1059.                 Caption="Vertical stem width"
  1060.                 Command="fonts.html#stemv"
  1061.             />
  1062.             <Item
  1063.                 Caption="Vertical stroke angle"
  1064.                 Command="fonts.html#slope"
  1065.             />
  1066.         </Item>
  1067.         <Item
  1068.             Caption="Font matching algorithm"
  1069.             Command="fonts.html#algorithm"
  1070.         >
  1071.             <Item
  1072.                 Caption="Mapping font weight values to font names"
  1073.                 Command="fonts.html#q46"
  1074.             />
  1075.             <Item
  1076.                 Caption="Examples of font matching"
  1077.                 Command="fonts.html#q47"
  1078.             />
  1079.         </Item>
  1080.     </Item>
  1081.     <Item
  1082.         Caption="Text"
  1083.         Command="text.html"
  1084.     >
  1085.         <Item
  1086.             Caption="Indentation: the 'text-indent' property"
  1087.             Command="text.html#indentation-prop"
  1088.         />
  1089.         <Item
  1090.             Caption="Alignment: the 'text-align' property"
  1091.             Command="text.html#alignment-prop"
  1092.         />
  1093.         <Item
  1094.             Caption="Decoration"
  1095.             Command="text.html#q3"
  1096.         >
  1097.             <Item
  1098.                 Caption="Underlining, overlining, striking, and blinking: the 'text-decoration' property"
  1099.                 Command="text.html#lining-striking-props"
  1100.             />
  1101.             <Item
  1102.                 Caption="Text shadows: the 'text-shadow' property"
  1103.                 Command="text.html#text-shadow-props"
  1104.             />
  1105.         </Item>
  1106.         <Item
  1107.             Caption="Letter and word spacing: the 'letter-spacing' and 'word-spacing' properties"
  1108.             Command="text.html#spacing-props"
  1109.         />
  1110.         <Item
  1111.             Caption="Capitalization: the 'text-transform' property"
  1112.             Command="text.html#caps-prop"
  1113.         />
  1114.         <Item
  1115.             Caption="Whitespace: the 'white-space' property"
  1116.             Command="text.html#white-space-prop"
  1117.         />
  1118.     </Item>
  1119.     <Item
  1120.         Caption="Tables"
  1121.         Command="tables.html"
  1122.     >
  1123.         <Item
  1124.             Caption="Introduction to tables"
  1125.             Command="tables.html#q1"
  1126.         />
  1127.         <Item
  1128.             Caption="The CSS table model"
  1129.             Command="tables.html#q2"
  1130.         >
  1131.             <Item
  1132.                 Caption="Anonymous table objects"
  1133.                 Command="tables.html#anonymous-boxes"
  1134.             />
  1135.         </Item>
  1136.         <Item
  1137.             Caption="Column selectors"
  1138.             Command="tables.html#q4"
  1139.         />
  1140.         <Item
  1141.             Caption="Tables in the visual formatting model"
  1142.             Command="tables.html#q5"
  1143.         >
  1144.             <Item
  1145.                 Caption="Caption position and alignment"
  1146.                 Command="tables.html#q6"
  1147.             />
  1148.         </Item>
  1149.         <Item
  1150.             Caption="Visual layout of table contents"
  1151.             Command="tables.html#q7"
  1152.         >
  1153.             <Item
  1154.                 Caption="Table layers and transparency"
  1155.                 Command="tables.html#table-layers"
  1156.             />
  1157.             <Item
  1158.                 Caption="Table width algorithms: the 'table-layout' property"
  1159.                 Command="tables.html#width-layout"
  1160.             >
  1161.                 <Item
  1162.                     Caption="Fixed table layout"
  1163.                     Command="tables.html#fixed-table-layout"
  1164.                 />
  1165.                 <Item
  1166.                     Caption="Automatic table layout"
  1167.                     Command="tables.html#auto-table-layout"
  1168.                 />
  1169.             </Item>
  1170.             <Item
  1171.                 Caption="Table height algorithms"
  1172.                 Command="tables.html#height-layout"
  1173.             />
  1174.             <Item
  1175.                 Caption="Horizontal alignment in a column"
  1176.                 Command="tables.html#column-alignment"
  1177.             />
  1178.             <Item
  1179.                 Caption="Dynamic row and column effects"
  1180.                 Command="tables.html#dynamic-effects"
  1181.             />
  1182.         </Item>
  1183.         <Item
  1184.             Caption="Borders"
  1185.             Command="tables.html#borders"
  1186.         >
  1187.             <Item
  1188.                 Caption="The separated borders model"
  1189.                 Command="tables.html#separated-borders"
  1190.             >
  1191.                 <Item
  1192.                     Caption="Borders around empty cells: the 'empty-cells' property"
  1193.                     Command="tables.html#empty-cells"
  1194.                 />
  1195.             </Item>
  1196.             <Item
  1197.                 Caption="The collapsing border model"
  1198.                 Command="tables.html#collapsing-borders"
  1199.             >
  1200.                 <Item
  1201.                     Caption="Border conflict resolution"
  1202.                     Command="tables.html#border-conflict-resolution"
  1203.                 />
  1204.             </Item>
  1205.             <Item
  1206.                 Caption="Border styles"
  1207.                 Command="tables.html#q20"
  1208.             />
  1209.         </Item>
  1210.         <Item
  1211.             Caption="Audio rendering of tables"
  1212.             Command="tables.html#q21"
  1213.         >
  1214.             <Item
  1215.                 Caption="Speaking headers: the 'speak-header' property"
  1216.                 Command="tables.html#speak-headers"
  1217.             />
  1218.         </Item>
  1219.     </Item>
  1220.     <Item
  1221.         Caption="User interface"
  1222.         Command="ui.html"
  1223.     >
  1224.         <Item
  1225.             Caption="Cursors: the 'cursor' property"
  1226.             Command="ui.html#cursor-props"
  1227.         />
  1228.         <Item
  1229.             Caption="User preferences for colors"
  1230.             Command="ui.html#system-colors"
  1231.         />
  1232.         <Item
  1233.             Caption="User preferences for fonts"
  1234.             Command="ui.html#system-fonts"
  1235.         />
  1236.         <Item
  1237.             Caption="Dynamic outlines: the 'outline' property"
  1238.             Command="ui.html#dynamic-outlines"
  1239.         >
  1240.             <Item
  1241.                 Caption="Outlines and the focus"
  1242.                 Command="ui.html#q5"
  1243.             />
  1244.         </Item>
  1245.         <Item
  1246.             Caption="Magnification"
  1247.             Command="ui.html#q6"
  1248.         />
  1249.     </Item>
  1250.     <Item
  1251.         Caption="Aural style sheets"
  1252.         Command="aural.html"
  1253.     >
  1254.         <Item
  1255.             Caption="Introduction to aural style sheets"
  1256.             Command="aural.html#q1"
  1257.         />
  1258.         <Item
  1259.             Caption="Volume properties: 'volume'"
  1260.             Command="aural.html#volume-props"
  1261.         />
  1262.         <Item
  1263.             Caption="Speaking properties: 'speak'"
  1264.             Command="aural.html#speaking-props"
  1265.         />
  1266.         <Item
  1267.             Caption="Pause properties: 'pause-before', 'pause-after', and 'pause'"
  1268.             Command="aural.html#pause-props"
  1269.         />
  1270.         <Item
  1271.             Caption="Cue properties: 'cue-before', 'cue-after' and 'cue'"
  1272.             Command="aural.html#cue-props"
  1273.         />
  1274.         <Item
  1275.             Caption="Mixing properties: 'play-during'"
  1276.             Command="aural.html#mixing-props"
  1277.         />
  1278.         <Item
  1279.             Caption="Spatial properties: 'azimuth' and 'elevation'"
  1280.             Command="aural.html#spatial-props"
  1281.         />
  1282.         <Item
  1283.             Caption="Voice characteristic properties: 'speech-rate', 'voice-family', 'pitch', 'pitch-range', 'stress' and 'richness'"
  1284.             Command="aural.html#voice-char-props"
  1285.         />
  1286.         <Item
  1287.             Caption="Speech properties: 'speak-punctuation' and 'speak-numeral'"
  1288.             Command="aural.html#speech-props"
  1289.         />
  1290.     </Item>
  1291.     <Item
  1292.         Caption="Appendix A. A sample style sheet for HTML 4.0"
  1293.         Command="sample.html"
  1294.     />
  1295.     <Item
  1296.         Caption="Appendix B. Changes from CSS1"
  1297.         Command="changes.html"
  1298.     >
  1299.         <Item
  1300.             Caption="New functionality"
  1301.             Command="changes.html#q1"
  1302.         />
  1303.         <Item
  1304.             Caption="Updated descriptions"
  1305.             Command="changes.html#q2"
  1306.         />
  1307.         <Item
  1308.             Caption="Semantic changes from CSS1"
  1309.             Command="changes.html#changes-from-css1"
  1310.         />
  1311.     </Item>
  1312.     <Item
  1313.         Caption="Appendix C. Implementation and performance notes for fonts"
  1314.         Command="notes.html"
  1315.     >
  1316.         <Item
  1317.             Caption="Glossary of font terms"
  1318.             Command="notes.html#q1"
  1319.         />
  1320.         <Item
  1321.             Caption="Font retrieval"
  1322.             Command="notes.html#coneg"
  1323.         />
  1324.         <Item
  1325.             Caption="Meaning of the Panose Digits"
  1326.             Command="notes.html#panose"
  1327.         />
  1328.         <Item
  1329.             Caption="Deducing Unicode Ranges for TrueType"
  1330.             Command="notes.html#truetype-unicode"
  1331.         />
  1332.         <Item
  1333.             Caption="Automatic descriptor generation"
  1334.             Command="notes.html#autodescgen"
  1335.         />
  1336.     </Item>
  1337.     <Item
  1338.         Caption="Appendix D. The grammar of CSS2"
  1339.         Command="grammar.html"
  1340.     >
  1341.         <Item
  1342.             Caption="Grammar"
  1343.             Command="grammar.html#q1"
  1344.         />
  1345.         <Item
  1346.             Caption="Lexical scanner"
  1347.             Command="grammar.html#q2"
  1348.         />
  1349.         <Item
  1350.             Caption="Comparison of tokenization in CSS2 and CSS1"
  1351.             Command="grammar.html#tokenizer-diffs"
  1352.         />
  1353.     </Item>
  1354.     <Item
  1355.         Caption="Appendix E. References"
  1356.         Command="refs.html"
  1357.     >
  1358.         <Item
  1359.             Caption="Normative references"
  1360.             Command="refs.html#q1"
  1361.         />
  1362.         <Item
  1363.             Caption="Informative references"
  1364.             Command="refs.html#q2"
  1365.         />
  1366.     </Item>
  1367.     <Item
  1368.         Caption="Appendix F. Property index"
  1369.         Command="propidx.html"
  1370.     />
  1371.     <Item
  1372.         Caption="Appendix G. Descriptor index"
  1373.         Command="descidx.html"
  1374.     />
  1375.     <Item
  1376.         Caption="Appendix H. Index"
  1377.         Command="indexlist.html"
  1378.     />
  1379. </CssHelpTopics>